Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps the kitex-dependencies group with 1 update in the / directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /basic/example_shop directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/easy_note directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_ent directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm_gen directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_swagger_gen directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_zorm directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /generic-protobuf/jsonpb-client directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /generic_streaming/pb directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /generic_streaming/thrift directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/client directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/server directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /istio directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /kitex/protobuf directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /kitex/template directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /kitex/thrift directory: github.com/cloudwego/kitex.
Bumps the kitex-dependencies group with 1 update in the /proxyless directory: github.com/cloudwego/kitex.

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client by @​DMwangnima in cloudwego/kitex#1842

优化:对象池延迟初始化清理任务,减少创建过多泛化客户端导致的大量 goroutine 影响

优化:移除字符串深拷贝,因为 Go 中字符串类型是只读的

Refactor

重构:移除 TTStream provider 接口

... (truncated)

Commits
  • b00f132 chore: update version v0.15.1 (#1867)
  • d4a8836 fix(gRPC): retrieve status or biz error for non-ServerStreaming (#1530)
  • 7018a57 fix(ttstream): use consistent context of stream in ttstream.RecvMsg and fix n...
  • 4a7d8e3 chore: update version v0.15.0 (#1864)
  • a01c5f8 chore: update dependencies to the latest version (#1862)
  • a4ff7ea fix: fix generic write int range check (#1861)
  • 37b9260 fix(ttstream): cancelFunc panic when server-side stream receiving Rst and the...
  • cabe684 fix: remove timer pool to avoid timer race issue (#1858)
  • 23dc57b fix: thrift binary raw read nocopy error (#1857)
  • 3de1e64 chore(ttstream): remove redundant debug log sentences (#1856)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client by @​DMwangnima in cloudwego/kitex#1842

优化:对象池延迟初始化清理任务,减少创建过多泛化客户端导致的大量 goroutine 影响

优化:移除字符串深拷贝,因为 Go 中字符串类型是只读的

Refactor

重构:移除 TTStream provider 接口

... (truncated)

Commits
  • b00f132 chore: update version v0.15.1 (#1867)
  • d4a8836 fix(gRPC): retrieve status or biz error for non-ServerStreaming (#1530)
  • 7018a57 fix(ttstream): use consistent context of stream in ttstream.RecvMsg and fix n...
  • 4a7d8e3 chore: update version v0.15.0 (#1864)
  • a01c5f8 chore: update dependencies to the latest version (#1862)
  • a4ff7ea fix: fix generic write int range check (#1861)
  • 37b9260 fix(ttstream): cancelFunc panic when server-side stream receiving Rst and the...
  • cabe684 fix: remove timer pool to avoid timer race issue (#1858)
  • 23dc57b fix: thrift binary raw read nocopy error (#1857)
  • 3de1e64 chore(ttstream): remove redundant debug log sentences (#1856)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client by @​DMwangnima in cloudwego/kitex#1842

优化:对象池延迟初始化清理任务,减少创建过多泛化客户端导致的大量 goroutine 影响

优化:移除字符串深拷贝,因为 Go 中字符串类型是只读的

Refactor

重构:移除 TTStream provider 接口

... (truncated)

Commits
  • b00f132 chore: update version v0.15.1 (#1867)
  • d4a8836 fix(gRPC): retrieve status or biz error for non-ServerStreaming (#1530)
  • 7018a57 fix(ttstream): use consistent context of stream in ttstream.RecvMsg and fix n...
  • 4a7d8e3 chore: update version v0.15.0 (#1864)
  • a01c5f8 chore: update dependencies to the latest version (#1862)
  • a4ff7ea fix: fix generic write int range check (#1861)
  • 37b9260 fix(ttstream): cancelFunc panic when server-side stream receiving Rst and the...
  • cabe684 fix: remove timer pool to avoid timer race issue (#1858)
  • 23dc57b fix: thrift binary raw read nocopy error (#1857)
  • 3de1e64 chore(ttstream): remove redundant debug log sentences (#1856)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client by @​DMwangnima in cloudwego/kitex#1842

优化:对象池延迟初始化清理任务,减少创建过多泛化客户端导致的大量 goroutine 影响

优化:移除字符串深拷贝,因为 Go 中字符串类型是只读的

Refactor

重构:移除 TTStream provider 接口

... (truncated)

Commits
  • b00f132 chore: update version v0.15.1 (#1867)
  • d4a8836 fix(gRPC): retrieve status or biz error for non-ServerStreaming (#1530)
  • 7018a57 fix(ttstream): use consistent context of stream in ttstream.RecvMsg and fix n...
  • 4a7d8e3 chore: update version v0.15.0 (#1864)
  • a01c5f8 chore: update dependencies to the latest version (#1862)
  • a4ff7ea fix: fix generic write int range check (#1861)
  • 37b9260 fix(ttstream): cancelFunc panic when server-side stream receiving Rst and the...
  • cabe684 fix: remove timer pool to avoid timer race issue (#1858)
  • 23dc57b fix: thrift binary raw read nocopy error (#1857)
  • 3de1e64 chore(ttstream): remove redundant debug log sentences (#1856)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client by @​DMwangnima in cloudwego/kitex#1842

优化:对象池延迟初始化清理任务,减少创建过多泛化客户端导致的大量 goroutine 影响

优化:移除字符串深拷贝,因为 Go 中字符串类型是只读的

Refactor

重构:移除 TTStream provider 接口

... (truncated)

Commits
  • b00f132 chore: update version v0.15.1 (#1867)
  • d4a8836 fix(gRPC): retrieve status or biz error for non-ServerStreaming (#1530)
  • 7018a57 fix(ttstream): use consistent context of stream in ttstream.RecvMsg and fix n...
  • 4a7d8e3 chore: update version v0.15.0 (#1864)
  • a01c5f8 chore: update dependencies to the latest version (#1862)
  • a4ff7ea fix: fix generic write int range check (#1861)
  • 37b9260 fix(ttstream): cancelFunc panic when server-side stream receiving Rst and the...
  • cabe684 fix: remove timer pool to avoid timer race issue (#1858)
  • 23dc57b fix: thrift binary raw read nocopy error (#1857)
  • 3de1e64 chore(ttstream): remove redundant debug log sentences (#1856)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client by @​DMwangnima in cloudwego/kitex#1842

优化:对象池延迟初始化清理任务,减少创建过多泛化客户端导致的大量 goroutine 影响

优化:移除字符串深拷贝,因为 Go 中字符串类型是只读的

Refactor

重构:移除 TTStream provider 接口

... (truncated)

Commits
  • b00f132 chore: update version v0.15.1 (#1867)
  • d4a8836 fix(gRPC): retrieve status or biz error for non-ServerStreaming (#1530)
  • 7018a57 fix(ttstream): use consistent context of stream in ttstream.RecvMsg and fix n...
  • 4a7d8e3 chore: update version v0.15.0 (#1864)
  • a01c5f8 chore: update dependencies to the latest version (#1862)
  • a4ff7ea fix: fix generic write int range check (#1861)
  • 37b9260 fix(ttstream): cancelFunc panic when server-side stream receiving Rst and the...
  • cabe684 fix: remove timer pool to avoid timer race issue (#1858)
  • 23dc57b fix: thrift binary raw read nocopy error (#1857)
  • 3de1e64 chore(ttstream): remove redundant debug log sentences (#1856)
  • Additional commits viewable in compare view

Updates github.com/cloudwego/kitex from 0.14.1 to 0.15.1

Release notes

Sourced from github.com/cloudwego/kitex's releases.

v0.15.1

What's Changed

Full Changelog: cloudwego/kitex@v0.15.0...v0.15.1

v0.15.0

What's Changed

Feature

特性:TTStream 支持上下文取消及详细的取消错误信息

特性:支持新的 thrift 二进制泛化调用 api,服务端流式泛化调用和 unknown service or method handler

特性:gRPC 支持导出 HTTP2 客户端的 MaxConcurrentStreams 配置

Fix

修复:浅拷贝 response 以避免数据竞争

修复:负载均衡器缓存中创建新均衡器前检查存在性以防止泄漏

修复:描述符 HTTPRequest.GetParam 的空指针异常

修复:泛化写入整数的范围检查

修复:通过锁保护 ri.Invocation 的 bizErr 和 extra 字段

修复:移除计时器池以避免计时器竞争问题

修复:工具中为 Protobuf 禁用 Fast API

修复:工具中为 -use 参数跳过 PB 代码生成

Optimize

优化:gRPC 访问 metadata.MD 时不转换为小写

  • optimize(ttstream): lazy init cleaning task for ObjectPool to reduce the impact of lots of goroutines caused by creating too many Generic Client...

    Description has been truncated

…with 1 update

Bumps the kitex-dependencies group with 1 update in the / directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /basic/example_shop directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/easy_note directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_ent directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_gorm_gen directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_swagger_gen directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /bizdemo/kitex_zorm directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /generic-protobuf/jsonpb-client directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /generic_streaming/pb directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /generic_streaming/thrift directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/client directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /grpc_multi_service/server directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /istio directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /kitex/protobuf directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /kitex/template directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /kitex/thrift directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).
Bumps the kitex-dependencies group with 1 update in the /proxyless directory: [github.com/cloudwego/kitex](https://github.com/cloudwego/kitex).


Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

Updates `github.com/cloudwego/kitex` from 0.14.1 to 0.15.1
- [Release notes](https://github.com/cloudwego/kitex/releases)
- [Commits](cloudwego/kitex@v0.14.1...v0.15.1)

---
updated-dependencies:
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
- dependency-name: github.com/cloudwego/kitex
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kitex-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 29, 2025
@dependabot dependabot bot requested review from a team as code owners September 29, 2025 06:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 29, 2025
@HeyJavaBean HeyJavaBean force-pushed the dependabot/go_modules/kitex-dependencies-81919700cd branch 4 times, most recently from 632bf79 to a3d583f Compare October 9, 2025 03:54
@HeyJavaBean HeyJavaBean force-pushed the dependabot/go_modules/kitex-dependencies-81919700cd branch from a3d583f to d3c229a Compare October 9, 2025 06:07
@HeyJavaBean HeyJavaBean enabled auto-merge (squash) October 9, 2025 06:15
@HeyJavaBean HeyJavaBean merged commit a01cc5e into main Oct 9, 2025
5 checks passed
@HeyJavaBean HeyJavaBean deleted the dependabot/go_modules/kitex-dependencies-81919700cd branch October 9, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Development

Successfully merging this pull request may close these issues.

2 participants